ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / BottomLeftCellsTemplate Property






In This Topic
    BottomLeftCellsTemplate Property
    In This Topic
    Gets the templates applied in bottom left cells.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property BottomLeftCellsTemplate As CellTemplate
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As CellTemplate
     
    value = instance.BottomLeftCellsTemplate
    public virtual CellTemplate BottomLeftCellsTemplate {get;}
    public read-only property BottomLeftCellsTemplate: CellTemplate; virtual; 
    public function get BottomLeftCellsTemplate : CellTemplate
    public: __property virtual CellTemplate* get_BottomLeftCellsTemplate();
    public:
    virtual property CellTemplate^ BottomLeftCellsTemplate {
       CellTemplate^ get();
    }
    See Also